home *** CD-ROM | disk | FTP | other *** search
- object DlgProxy: TDlgProxy
- Left = 378
- Top = 231
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Setting Proxy'
- ClientHeight = 158
- ClientWidth = 307
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = DlgClose
- OnCreate = DlgCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ExPanel: TExPanel
- Left = 0
- Top = 0
- Width = 307
- Height = 158
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- JStyleTexture = txTile
- JTransparent = False
- object BitBtnCancel: TBitBtn
- Left = 212
- Top = 40
- Width = 85
- Height = 25
- Cursor = crHandPoint
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = BitBtnCancelClick
- end
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 193
- Height = 141
- BevelInner = bvLowered
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 29
- Height = 13
- Caption = 'Proxy:'
- end
- object Label2: TLabel
- Left = 16
- Top = 48
- Width = 25
- Height = 13
- Caption = 'User:'
- end
- object Label3: TLabel
- Left = 16
- Top = 88
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object EditProxy: TEdit
- Left = 16
- Top = 24
- Width = 161
- Height = 21
- TabOrder = 0
- end
- object EditUser: TEdit
- Left = 16
- Top = 64
- Width = 161
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object EditPasswd: TEdit
- Left = 16
- Top = 104
- Width = 161
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '#'
- TabOrder = 2
- end
- end
- object BitBtnSet: TBitBtn
- Left = 212
- Top = 8
- Width = 85
- Height = 25
- Cursor = crHandPoint
- Caption = '&Set'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = BitBtnSetClick
- end
- end
- end
-